home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 43 / PC Format March 1997.iso / games / mdk / install.bat next >
Encoding:
DOS Batch File  |  1997-02-05  |  355 b   |  14 lines

  1. @echo off
  2. @echo This program will install MDK to a directory called MDK on your
  3. @echo hard drive.
  4. @pause
  5. mdkzip.exe -d c:\mdk
  6. c:
  7. cd \mdk
  8. cls
  9. @echo Finished! To run MDK in DOS, run MDKDEMO.EXE. To run MDK in Win95,
  10. @echo run MDKDEM95.EXE - you'll need DirectX3, available from the DirectX
  11. @echo folder on the CD. Just run DxSetup.exe.
  12. @Echo.
  13.  
  14.